home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / adrawe1a / form2.frm < prev    next >
Text File  |  1999-10-10  |  4KB  |  133 lines

  1. VERSION 5.00
  2. Begin VB.Form BoxOption 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Box Option"
  5.    ClientHeight    =   3135
  6.    ClientLeft      =   5820
  7.    ClientTop       =   3675
  8.    ClientWidth     =   4680
  9.    ClipControls    =   0   'False
  10.    ControlBox      =   0   'False
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   3135
  15.    ScaleWidth      =   4680
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "Go Back"
  18.       Height          =   375
  19.       Left            =   2520
  20.       TabIndex        =   10
  21.       Top             =   2760
  22.       Width           =   2055
  23.    End
  24.    Begin VB.Frame Frame2 
  25.       Caption         =   "Select Color of the Interior"
  26.       Height          =   1095
  27.       Left            =   2520
  28.       TabIndex        =   6
  29.       Top             =   1560
  30.       Width           =   2055
  31.       Begin VB.OptionButton InteriorOption 
  32.          Caption         =   "Transparent"
  33.          Height          =   255
  34.          Index           =   2
  35.          Left            =   120
  36.          TabIndex        =   9
  37.          Top             =   720
  38.          Value           =   -1  'True
  39.          Width           =   1815
  40.       End
  41.       Begin VB.OptionButton InteriorOption 
  42.          Caption         =   "BackColor"
  43.          Height          =   255
  44.          Index           =   1
  45.          Left            =   120
  46.          TabIndex        =   8
  47.          Top             =   480
  48.          Width           =   1815
  49.       End
  50.       Begin VB.OptionButton InteriorOption 
  51.          Caption         =   "ForeColor"
  52.          Height          =   255
  53.          Index           =   0
  54.          Left            =   120
  55.          TabIndex        =   7
  56.          Top             =   240
  57.          Width           =   1815
  58.       End
  59.    End
  60.    Begin VB.Frame Frame1 
  61.       Caption         =   "Select Color of the Border"
  62.       Height          =   855
  63.       Left            =   2520
  64.       TabIndex        =   3
  65.       Top             =   720
  66.       Width           =   2055
  67.       Begin VB.OptionButton BorderOption 
  68.          Caption         =   "BackColor"
  69.          Height          =   255
  70.          Index           =   1
  71.          Left            =   120
  72.          TabIndex        =   5
  73.          Top             =   480
  74.          Width           =   1815
  75.       End
  76.       Begin VB.OptionButton BorderOption 
  77.          Caption         =   "ForeColor"
  78.          Height          =   255
  79.          Index           =   0
  80.          Left            =   120
  81.          TabIndex        =   4
  82.          Top             =   240
  83.          Value           =   -1  'True
  84.          Width           =   1695
  85.       End
  86.    End
  87.    Begin VB.PictureBox Picture2 
  88.       Appearance      =   0  'Flat
  89.       BackColor       =   &H80000006&
  90.       ForeColor       =   &H80000008&
  91.       Height          =   495
  92.       Left            =   3240
  93.       ScaleHeight     =   465
  94.       ScaleWidth      =   465
  95.       TabIndex        =   1
  96.       Top             =   0
  97.       Width           =   495
  98.    End
  99.    Begin VB.PictureBox Picture3 
  100.       Appearance      =   0  'Flat
  101.       BackColor       =   &H000000FF&
  102.       ForeColor       =   &H80000008&
  103.       Height          =   495
  104.       Left            =   3480
  105.       ScaleHeight     =   465
  106.       ScaleWidth      =   465
  107.       TabIndex        =   2
  108.       Top             =   120
  109.       Width           =   495
  110.    End
  111.    Begin VB.PictureBox Picture1 
  112.       BackColor       =   &H80000009&
  113.       Height          =   3135
  114.       Left            =   0
  115.       ScaleHeight     =   3075
  116.       ScaleWidth      =   2355
  117.       TabIndex        =   0
  118.       Top             =   0
  119.       Width           =   2415
  120.       Begin VB.Shape Shape1 
  121.          Height          =   1575
  122.          Left            =   720
  123.          Top             =   600
  124.          Width           =   975
  125.       End
  126.    End
  127. End
  128. Attribute VB_Name = "BoxOption"
  129. Attribute VB_GlobalNameSpace = False
  130. Attribute VB_Creatable = False
  131. Attribute VB_PredeclaredId = True
  132. Attribute VB_Exposed = False
  133.